home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Tree.DIR / 00071.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  320 b   |  18 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the memberNum of sprite 10 to 63
  4.     updateStage()
  5.   end repeat
  6.   set the memberNum of sprite 10 to 67
  7.   updateStage()
  8.   if the frame > 143 then
  9.     go(the frame - 1)
  10.   end if
  11.   if the frame = 143 then
  12.     go(1)
  13.   end if
  14.   if the frame < 140 then
  15.     go(1)
  16.   end if
  17. end
  18.